More than one test case for each requirement

Hello,

I want to output an excel report for requirements and test cases results. Some of the requirements have more than one test case.

How could I go about outputing the following

REQI1 Req Text...... PASS
MyDeveloerWorks - Mon Nov 12 06:22:19 EST 2012

Re: More than one test case for each requirement
MyDeveloerWorks - Mon Nov 12 06:25:11 EST 2012

Sorry I posted the last question prematurely

the desired output is as follows

REQID1 reqtext1.....PASS
PASS

REQID2 reqtext2.....PASS
PASS

But I am getting the following

REQID1 reqtext1....PASS
PASS
REQID1 reqtext2....PASS
PASS
How do I skip columns in formating the output so that the resulting excel report is correclty aligned?
rgds

Colm

Re: More than one test case for each requirement
MyDeveloerWorks - Mon Nov 12 06:31:25 EST 2012

MyDeveloerWorks - Mon Nov 12 06:25:11 EST 2012
Sorry I posted the last question prematurely

the desired output is as follows

REQID1 reqtext1.....PASS
PASS

REQID2 reqtext2.....PASS
PASS

But I am getting the following

REQID1 reqtext1....PASS
PASS
REQID1 reqtext2....PASS
PASS
How do I skip columns in formating the output so that the resulting excel report is correclty aligned?
rgds

Colm

Sorry again., the formatting did not display correctly.

the desired output is as follows

REQID1 reqtext1..... PASS
\t \t PASS

REQID2 reqtext2..... PASS
\t \t PASS

where \t skips a cell in excel.